| Property Name | Return Type | Description |
|---|---|---|
| ActionDateTime | DateTime |
Request action datetime |
| FatalMessageCount | Int32 |
Count of fatal messages in the response (currently UCD specifically) |
| FatalMessages | ADLCollection< IDeliveryMessage > |
Get an ADLCollection of fatal messages for the current DeliveryRequest (currently UCD specifically) |
| KeyString | String |
The DeliveryRequest key string identifier (lenderdatabaseid-loanrecordid-sequencenumber). |
| RequestStatus | Int32 |
The request status: 100 = "(Initializing)"; 150 = "(Pending)"; 200 = "(Request Complete)"; 400 = "(Error with Data)"; 500 = "(Error)" |
| RequestType | String |
Request Type: UCDFHLMC, UCDFNMA, LQA, EC |
| ResponseMessages | ADLCollection< IDeliveryMessage > |
Get an ADLCollection of response messages for the current DeliveryRequest (currently UCD specifically) |
| StatusDescription | String |
The request status description: "(Initializing)"; "(Pending)"; "(Request Complete)"; "(Error with Data)"; "(Error)" |
| StylesheetVersion | String |
Request stylesheet version. 1.0 if blank |
| UserId | Int32 |
The userid for the user who made the request |
| UserName | String |
The full user name for the user who made the request |